
@media(min-width: 767px) {
	
	/*html{
	    height: 100%;
	}
	body{
	    padding-bottom: 200px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}*/

}


@media(min-width: 993px) {
	
	header .menu {
	    display: inline-block!important;
	}
	header.scrolled {
		padding: 5px 0;
		box-shadow: 1px 1px 5px #acacac;
	}
	header.scrolled .logo img {
        max-width: 200px;
	}
	header.scrolled .menu ul li a {
        margin: 0px 10px;
	}

}	


@media(min-width: 1400px) {
	/*.home-hero .video-div {*/
	    /*max-height: 800px;*/
	/*}*/
	.default-text {
	    padding-bottom: 100px;
	}

}


@media(max-width: 1200px) {
	header .logo img {
	    max-width: 250px;
	}
}


@media(max-width: 992px) {

	body {
		padding-top: 0;
	}
	header {
	    position: relative;
	    display: inline-block;
	    width: 100%;
	    margin-bottom: -8px;
        padding: 15px 0;
	}
	header .logo img {
	    max-width: 200px;
	}
    header .open-menu {
        display: inline-block;
        float: right;
        cursor: pointer;
    }
	header .open-menu i {
        color: #fff;
        font-size: 30px;
	}
    /*header .close-menu {
        display: inline-block;
        cursor: pointer;
    }
	header .close-menu i {
        color: #fff;
        font-size: 18px;
        padding: 10px;
        opacity: 0.7;
	}
	header .close-menu:hover i {
		opacity: 1;
	}*/
	header .menu {
		display: none;
	    /*position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    width: 280px;*/
	    background: var(--main-blue-color);
	    z-index: 9999;
        position: absolute;
        top: 71px;
        right: 20px;
        left: 20px;
	}
	header .menu ul {
		display: block;
	}
	header .menu ul li {
	    display: block;
	}
	header .menu ul li a {
	    font-size: 16px;
	    padding: 5px;
	    margin: 20px;
	    display: block;
	}
	header .menu ul li.phone a {
	    line-height: 1.5;
	    display: inline-block;
	    margin-top: 0;
	}
	.menu-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background: hwb(0deg 0% 100% / 90%);
	}

	h1 {
	    font-size: 40px;
	}
	h2 {
	    font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}

	.home-hero .text p {
		font-size: 40px;
	}
	.home-hero .text h1 {
	    font-size: 22px;
	}

	.contact-footer .contact-info p {
	    font-size: 22px;
	}

	.text-section {
	    display: block;
	    margin: 50px 0;
	}
	.col-xs-12.col-sm-12.pr50 {
		padding-right: 15px;
	}

	.how-it-works {
		padding: 50px 0;
		margin: 0;
	}

	.sitemap-section .links a {
	    width: 33%; 
	}

	.content-contact .contact-info p {
	    font-size: 20px;
	}

	.clean-services p.big {
	    font-size: 22px;
	}

	ul.big li {
    	font-size: 18px;
	}
	ul.checkmark-list li::before {
		font-size: 25px;
	}

	.blogs .item .title {
		font-size: 18px;
	}

}



@media(max-width: 767px) {
	
	h1 {
	    font-size: 30px;
        margin: 30px 0;
	}
	h2 {
	    font-size: 30px;
	}
	h3 {
	    font-size: 25px;
	}
	h4 {
    	font-size: 22px;
	}  

	p, li {
	    font-size: 16px;
	}

	.default-button {
	    font-size: 18px;
	    padding: 10px 20px;
	}
	.buttons-center a {
		font-size: 18px;
	    padding: 10px 20px;
	    margin: 5px;
	}

	.image-half, .img-half, .half-img, .half-image {
    	display: inline-block;
	    width: 100%;
	    float: none;
	    margin: 0;
	    padding: 0;
	    margin-bottom: 15px;
	}	

	.home-hero {
	    background: #E9F0F6;
	}
	.home-hero .text-overlay {
	    position: relative;
	}
	.home-hero .text {
	    max-width: 100%;
	    padding: 30px 0 50px;
	}
    .home-hero .text p {
        font-size: 30px;
    }
    .home-hero .text h1 {
        font-size: 18px;
    }

	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px;
	}

	.how-it-works h2 {
        font-size: 40px;
        margin-top: 0;
    }
	.how-it-works h4 {
        font-size: 30px;
        font-weight: 400;
        margin: 5px 0;
	}
	.how-it-works p {
	    font-size: 17px;
	    margin: 0;
	}
	.how-it-works .img img {
	    max-width: 70px;
	}
	.how-it-works .item {
	    margin: 15px 0;
	}
	.how-it-works .video-wrapper {
		margin-bottom: 0;
		margin-top: 30px;
	}

	footer p.links a {
	    margin: 5px 10px;
	    font-size: 15px;
	}
	footer p {
	    font-size: 15px;
	}
	.contact-footer {
	    padding: 50px 0;
	}
	.contact-footer .contact-info img {
	    width: 200px;
	    margin-bottom: 30px;
	}
    .contact-footer .contact-info p {
        font-size: 18px;
        margin: 15px 0;
    }
    .contact-footer .contact-info p a i {
    	font-size: 15px;
	}

	.general-accordion .panel-title a {
		font-size: 17px;
	}
	.sitemap-section .links a {
	    width: 50%; 
	} 

	.content-contact .contact-info img {
	    width: 200px;
	    margin-bottom: 30px;
	}
    .content-contact .contact-info p {
        font-size: 18px;
    }
    .content-contact .contact-info p a i {
    	font-size: 15px;
	}
	.contact-form {
		padding: 15px;
	}
	.contact-form label {
	    font-size: 15px;
	}
	.contact-form textarea,
	.contact-form select,
	.contact-form input {
	    font-size: 16px;
	}
	.contact-form button {
	    font-size: 16px;
	}

    .clean-services {
        padding: 10px 0 30px;
        background: #0b4a80;
    }
    .clean-services p.big {
        font-size: 18px;
    }
    .clean-services .item .box {
	    max-width: 100%;
	}
    .clean-services .item .img img {
	    max-width: 80px;
	}
    .clean-services .item h4 {
	    font-size: 24px;
	}
	ul.checkmark-list {
	    padding-left: 40px;
	}

	.disclaimer-page h2, .privacy-policy-page h2, .terms-conditions-page h2 {
	    font-size: 25px;
	    margin: 20px 0;
	}

}



@media(max-width: 600px) {
	.sitemap-section .links a {
	    width: 100%;
	    float: none;
	    padding: 5px 0;
	}
	ol, ul {
	    padding-left: 20px;
	}
}


@media(max-width: 450px) {


    /*.text-section {
	    margin: 30px 0;
	}*/

	
}






























